home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / READ-TOO.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-04-27  |  2.8 KB  |  68 lines

  1. echo off
  2. cls
  3. echo              HELP ... A QUICK REFERENCE GUIDE FOR PC-DOS
  4.  
  5. echo                Copyright (C) 1985 Kendrick & Company
  6.  
  7. echo                               Version 1.1
  8.  
  9.  
  10. echo      HELP is a program written for the IBM PC and compatibles.  It
  11. echo offers on-screen help for 20 common PC-DOS commands (PC-DOS Version
  12. echo 2.0 and higher).  Written in plain English, it is for newer PC users.
  13.  
  14. echo      HELP is written in BASICA.  Your may run the program on an IBM PC
  15. echo or compatible using PC-DOS Version 2.0 or higher.  HELP consists of a
  16. echo HELP.BAS program file plus approximately 30 text files.  It is not
  17. echo copy protected, and you may use DISKCOPY to make duplicate floppies.
  18. echo .
  19. echo .
  20. pause
  21. echo .
  22. echo .
  23. echo      The program and text files MUST be kept in the same directory
  24. echo when you use the program.  If you plan to use HELP on a floppy disk,
  25. echo please add BASICA or your version of advanced basic to the main (root)
  26. echo directory on this disk.  Here's how:  Place your original  DOS system
  27. echo disk in Drive A, and Place the HELP disk in Drive B.  Enter COPY
  28. echo A:BASIC*.* B: and press the RETURN key.
  29.  
  30. echo      There is space on the diskette for DOS system files.  You may add
  31. echo them with the SYS command.  Here's how:  Place your DOS system disk in
  32. echo Drive A, and place the HELP disk in Drive B.  Enter SYS B: and press
  33. echo the RETURN key.
  34.  
  35. echo      To copy this program to a floppy disk, type COPYTO-B and press the
  36. echo RETURN key.  Be sure that the HELP disk is in Drive A and that a
  37. echo formatted disk with at least 90,000 bytes of free space (not counting
  38. echo the space for BASICA) is in Drive B.
  39.  
  40. echo      To copy this program to a fixed disk on Drive C, type COPYTO-C
  41. echo and press the RETURN key.  HELP will be placed in a subdirectory named
  42. echo \HELP, and you will also find HELP.BAT in your main (root) directory.
  43. echo Be sure that there is a PATH to your advanced BASIC (e.g., BASICA.COM).
  44. echo .
  45. echo .
  46. pause
  47. echo .
  48. echo .
  49. echo      To use HELP, type HELP and press the RETURN key.
  50. echo .
  51. echo      Please give free copies of HELP Version 1.1 to other people.
  52. echo .
  53. echo .
  54. echo      This is NOT a public domain program.  It is (C) 1985 by Kendrick
  55. echo & Company, Washington, D.C.  However, you are authorized to copy
  56. echo Version 1.1 of HELP and give free copies of it to other people.  Sale
  57. echo or other commercial use of the program is prohibited.
  58.  
  59. echo      The development, distribution, and further refinement of this
  60. echo program is made possible through user contributions.  Users who find
  61. echo the program helpful are asked to send $15 (per user) to Kendrick &
  62. echo Company, Suite 500, 800 Eighteenth Street, N.W., Washington, D.C. 20006.
  63. echo Registered users (those who send the $15) will receive an upgraded
  64. echo version of the program.
  65. echo .
  66. echo .
  67. pause
  68.